home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / arc / xadmaster060.lha / xad / Docs / xad2lha.doc < prev    next >
Text File  |  2000-12-03  |  2KB  |  79 lines

  1. NAME
  2.     xad2lha 1.1
  3.  
  4. SYNOPSIS
  5.     xad2lha FROM/A,TO,PASSWORD/K,NE=NOEXTERN/S,QUIET/S,HEADER0/S
  6.  
  7. DESCRIPTION
  8.     xad2lha extracts data from other archives and stores it in an
  9.     lha archive.
  10.     This program transfers all additionally information, like UNIX
  11.     owner stuff and protection bits.
  12.  
  13.     FROM specifies the file archive that should be handled.
  14.  
  15.     TO is the name of destination lha file. When not specified, the
  16.     source name extensions are stripped and .lha is added.
  17.  
  18.     PASSWORD can be used to supply a password for unarchiving of
  19.     encrypted archives. This argument requires the keyword PASSWORD.
  20.  
  21.     NOEXTERN prohibits the use of external clients for
  22.     recognition purposes.
  23.  
  24.     HEADER0 uses header level 0. This header is older and does not
  25.     have special information.
  26.  
  27.     The QUIET option makes the program really silent.
  28.  
  29. DATA FORMAT
  30.     This tool normally creates files using header level 2.
  31.     Uncompressable files are stored using -lh0-, all the others use
  32.     -lh5- identifier. Directories use -lhd- identifier. The OS-ID is
  33.     set to 'A', which is used by other Amiga lha programs.
  34.     Following header information is included:
  35.  
  36.     0x00 CRC          always
  37.     0x01 file name          except it is an directory
  38.     0x02 directory name      except the file name has no directory part
  39.     0x50 UNIX protection bits if there are group or other bits
  40.     0x51 UNIX owner ID's      only if user or group ID is not zero
  41.     0x52 UNIX group name      if exists
  42.     0x53 UNIX user name      if exists
  43.     0x54 UNIX date          always, except if source archive had no
  44.                   date (no UTC correction, but local time)
  45.     0x71 comment          if exists
  46.  
  47.     When HEADER0 ist used, then directories are stored using -lh0- and
  48.     a slash at name end. Comments are included in file name field and
  49.     are seperated by a zero byte. Additionally header information is not
  50.     supported with that format.
  51.  
  52.     Standard protection bits and time stamp are always included in both
  53.     headers.
  54.  
  55. EXAMPLES
  56.     Shell> xad2lha archive.tar
  57.         Make an lha archive from tar archive.
  58.  
  59.     Shell> xad2lha archive.lha archive2.lha
  60.         Recreate the lha archive.
  61.  
  62. HISTORY
  63.     xad2lha 1.1
  64.     - Now also parses and converts disk archives.
  65.  
  66.     xad2lha 1.0
  67.     - First public release.
  68.  
  69. COPYRIGHT
  70.     xad2lha is freely distributable for noncommercial use.
  71.  
  72. AUTHOR
  73.     Dirk Stöcker
  74.     Geschwister-Scholl-Straße 10
  75.     01877 Bischofswerda
  76.     GERMANY
  77.     
  78.     Dirk Stoecker <stoecker@amigaworld.com>
  79.